In this template, you can specify a code fragment to be included into file templates (Files tab) with the help of the #parse directive. One template can be shared by several file templates. Along with Ruby statements, expressions, and comments, you can also use predefined variables that will then be expanded like macros into the corresponding values.
Predefined variables take the following values:
${FILE_NAME}   Current file name
${USER}   Current user system login name
${DATE}   Current system date
${TIME}   Current system time
${YEAR}   Current year
${MONTH}   Current month
${DAY}   Current day of the month
${HOUR}   Current hour
${MINUTE}   Current minute
${PRODUCT_NAME}   Current IDE name
${PROJECT_NAME}   Current project name